home *** CD-ROM | disk | FTP | other *** search
- GadtoolsGadgets.bas - Example of using a number of gadtools gadgets.
- ==================================================================
-
- Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
-
- This is a variant on the Commodore example "Complete Gadtools Gadget Example"
- taken from the Libraries RKM p.406 extended to have a ListView gadget.
-
- The example shows how to create a set of gadtools gadgets with keyboard shortcuts,
- display thesein a window and display what the user has changed. It does this
- by opening its own window and doing its own event handling. It shows string, slider,
- button and ListView gadgets.
-
- The example will work on versions of Workbench 2.04 or later (V37 and above).
- above).
-
- Compiling
- ---------
- Load the GadtoolsGadgets_inc.bh file and Tokenise it (Program-Tokenise),
- making sure you have no token file selected in the File Options (Settings-
- Compiler-Files). Once you have your token file, set the File Options-Token
- File setting to the GadtoolsGadgets_inc.t file just created. Load the
- GadtoolsGadgets.bas file, compile & run it.
-